github.com/klauspost/compress/zstd.match.rep (field)
10 uses
github.com/klauspost/compress/zstd (current package)
enc_best.go#L33: rep int32
enc_best.go#L43: if m.rep < 0 {
enc_best.go#L46: ofc = ofCode(uint32(m.rep) & 3)
enc_best.go#L232: if m.rep <= 0 {
enc_best.go#L251: cand := match{offset: offset, s: s, length: l, rep: rep}
enc_best.go#L275: if best.rep <= 0 {
enc_best.go#L281: if best.rep < 0 {
enc_best.go#L363: if best.rep > 0 {
enc_best.go#L369: seq.offset = uint32(best.rep & 3)
enc_best.go#L392: switch best.rep {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |